home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15788 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  603 b 

  1. Path: news-m01.ny.us.ibm.net!usenet
  2. From: bbogard@ibm.net
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: What are the differences between structures and classes in C++ ?
  5. Date: 8 Apr 1996 02:21:33 GMT
  6. Message-ID: <4k9t7d$173k@news-s01.ny.us.ibm.net>
  7. References: <4k5m65$av@hpscit.sc.hp.com>
  8. Reply-To: bbogard@ibm.net
  9. NNTP-Posting-Host: slip129-37-223-75.ca.us.ibm.net
  10. X-Newsreader: IBM NewsReader/2 v1.2.5
  11.  
  12. > Please mail me the differences between structures and classes in C++.
  13. The only difference is that classes default to private access when access is not specified,
  14. and structures default to public access.
  15.